net.TCPAddr.isWildcard (method, view implemented interface methods)
3 uses
net (current package)
dial.go#L234: wildcard = tcp.isWildcard()
dial.go#L249: if !wildcard && !addr.isWildcard() && !addr.IP.matchAddrFamily(tcp.IP) {
tcpsock.go#L55: func (a *TCPAddr) isWildcard() bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)